Skip to content

Conversation

@kbodwin
Copy link

@kbodwin kbodwin commented Jul 12, 2024

Dollar sign in $PATH should not be escaped.

Dollar sign in $PATH should not be escaped
@llrs
Copy link
Member

llrs commented Jul 12, 2024

Nice addition, perhaps a better place would be the R Dev guide, the how to install R for MacOs is missing. Copying/porting this code there might help more users.

@aitap
Copy link
Contributor

aitap commented Jul 15, 2024

I think this is generated from install_r_macos.Rmd:

```{sh}
# Intel
export PATH="/opt/R/x86_64/bin:\${PATH}"
```
```{sh}
# Apple Silicon (M1, M2, ...)
export PATH="/opt/R/arm64/bin:\${PATH}"
```

@EllaKaye
Copy link
Contributor

EllaKaye commented Oct 8, 2025

Hi @kbodwin. Thanks for this. Sorry, this languished for a while. @georgestagg also separately found the issue and submitted a PR, which I just merged before noticing that you'd already fixed this.

@EllaKaye EllaKaye closed this Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants